tmem: fix public header file
authorBob Liu <bob.liu@oracle.com>
Fri, 6 Dec 2013 14:58:00 +0000 (15:58 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 6 Dec 2013 14:58:00 +0000 (15:58 +0100)
commitcc9a0f989f04f01c59c5d90748092811a760bd84
treef11ee2a580b9862625c688228e7348eae7864802
parentf5414ee57a17500e650ea11766474b11da940da2
tmem: fix public header file

Commit 006a687ba4de74d7933c09b43872abc19f126c63 dropped typedef tmem_cli_mfn_t
from public tmem.h which may cause some problem.
This patch added tmem_cli_mfn_t back with #ifdef __XEN_INTERFACE_VERSION__
around.

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/include/public/tmem.h